home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / ant_nec / nec_in_c.tz / nec_in_c / NEC2 / i_len.c < prev    next >
C/C++ Source or Header  |  1992-02-13  |  72b  |  9 lines

  1. #include "f2c.h"
  2.  
  3. integer i_len(s, n)
  4. char *s;
  5. ftnlen n;
  6. {
  7. return(n);
  8. }
  9.